home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / codecs / qdmediahandler / macprefix.h < prev    next >
Encoding:
Text File  |  2000-09-28  |  239 b   |  13 lines

  1. // MacPrefix.h
  2. // prefix file for our Mac projects
  3.  
  4. #ifndef __Prefix_File__
  5. #define __Prefix_File__
  6.  
  7. #include <ConditionalMacros.h>
  8.  
  9. // definitions for the project
  10. #define PASCAL_RTN                        pascal
  11. #define INITBUILD
  12.  
  13. #endif    // __Prefix_File__